home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / dos999.zip / 2601.TXT < prev    next >
Text File  |  1993-03-31  |  3KB  |  79 lines

  1. ___________________________________________________________________________
  2. STACKER NOTE                                                   STACKER NOTE
  3. Title: Using SREMOVE To Remove a Stacker Drive Completely
  4. STAC FAX Index #2601 - 5/15/92                          
  5. ___________________________________________________________________________
  6.  
  7. Background.
  8.  
  9.    All of the data, files, and free space for a Stacker drive are contained 
  10.    in a file named STACVOL.xxx.  Stacker's SREMOVE utility removes a Stacker 
  11.    drive by deleting the STACVOL.xxx file associated with that drive.  This 
  12.    process will remove all data in the drive.  Therefore, it is recommended 
  13.    that you back up the data you wish to keep. See STAC FAX index #2404 
  14.    "Backing Up Stacker Drives" for more information on backing-up 
  15.    a Stacker drive. 
  16.    
  17. Removing the Stacker drive.   
  18.  
  19.    Removing the Stacker drive is a two part process.  First, you need to  
  20.    remove the reference for the drive's STACVOL file from the Stacker 
  21.    device driver in Config.sys.  Then run SREMOVE to remove the drive.
  22.    
  23.    For example, to remove Stacker drive D: first use the SEDIT text editor 
  24.    to modify Config.sys.  Type: 
  25.  
  26.         C:\STACKER\SEDIT.COM C:\Config.sys    <Enter>
  27.  
  28.    You should now see a listing of the Config.sys contents.  Locate the 
  29.    Stacker device drivers.  They will look similar to:
  30.  
  31.         DEVICE=C:\STACKER\STACKER.COM  C:\STACVOL.DSK  D:\STACVOL.DSK  
  32.         DEVICE=C:\STACKER\SSWAP.COM    C:\STACVOL.DSK /SYNC
  33.         DEVICE=C:\STACKER\SSWAP.COM    D:\STACVOL.DSK 
  34.  
  35.    Now remove the STACVOL.DSK file reference for drive D:  The device drivers
  36.    will now be:
  37.  
  38.         DEVICE=C:\STACKER\STACKER.COM  C:\STACVOL.DSK   
  39.         DEVICE=C:\STACKER\SSWAP.COM    C:\STACVOL.DSK /SYNC
  40.    
  41.    Press <CTRL> Z to save the Config.sys file.
  42.  
  43.    The last step is to run SREMOVE to delete the Stacker drive.  Type:
  44.  
  45.         C:\STACKER\SREMOVE D:
  46.  
  47.    NOTE: You must run SREMOVE from a drive other than the one you wish to
  48.          delete.  
  49.    
  50.    SREMOVE will produce a message similar to the following:
  51.    
  52.    -------------------------------------------------------------------
  53.    SREMOVE - 2.0, (c) Copyright 1990-92 Stac Electronics, Carlsbad, CA
  54.    
  55.                 1637 files/directories found on drive C.
  56.  
  57.                 !!! ALL DATA ON DRIVE C WILL BE LOST !!!
  58.  
  59.    ARE YOU ABSOLUTELY CERTAIN YOU WANT TO REMOVE DRIVE C? ["yes"/no]: 
  60.    -------------------------------------------------------------------
  61.  
  62.    Type "yes" to procede.  Reboot for the removal to take affect.        
  63.  
  64. What if I SREMOVE the drive, then change my mind?
  65.  
  66.    Because the Sremove process simply deletes the Stacvol file for that 
  67.    drive, it is possible to use an Undelete or Unerase utility to recover 
  68.    the drive, (if none of the clusters used by the file have been rewritten). 
  69.    For example, to undelete the Stacvol.xxx with DOS 5.0 type:  
  70.    
  71.             C:\DOS\Undelete    
  72.    
  73.    The undelete program will prompt for the first letter of the ?TACVOL 
  74.    file.  Enter 'S' (without the quotes).  If the file is successfully 
  75.    undeleted, the program will tell you.  
  76.  
  77. ___________________________________________________________________________
  78. Copyright 1993, Stac Electronics                    
  79.